Telegram Group & Telegram Channel
Python dasturlash maktabi
⭕️ 3-bo'lim "Nazorat tarkibi" ————————————— Ⓜ️ "if" va "elif" operatorlari Biror shart bajarish uchun if operatorlaridan foydalanishingiz mumkin va shart operatori deyarli barcha dasturlarda ishtirok etadi. Shart operatori 3 qismdan iborat (if, elif, else).…
Ⓜ️ To'plam.

To'plam - takrorlanmaydigan va tartiblanmagan ma'lumotlar saqlaydigan ma'lumot turi.

To'plamdan takrorlanmaydigan ma'lumotlarni saqlash uchun foydalaniladi.

toplam = {'pythonuz', 'pythonuz', 1, 2, 1, 1}
print(toplam)
{'pythonuz', 2, 1}


Jingalak qavs yoki set() funksiyasi yordamida to'plamni tuzish mumkin.

literal = {'pythonuz', 'phpuz', 'mqluz'}
print(literal)
{'phpuz', 'pythonuz', 'mqluz'}


Bo'sh bo'lmagan to'plamni set funksiyasi yordamida tuzish tavsiya etilmaydi.
set_funksiyasi = set([1, 2, 3, 4, 'a', 'b'])
print(set_funksiyasi)
{1, 2, 3, 4, 'b', 'a'}

Warning: Function call can be replaced with set literal

Lu'gat va to'plam jingalak qavslar ichida joylashadi. Bo'sh to'plamni lug'atdan farqlash uchun set() funksiyasi yordamida tuzish tavsiya etiladi.
none = set()
print(none)
set()


To'plamda ro'yxat, to'plam yoki lug'at kabi o'zgaruvchan elementlar bo'lishi mumkin emas.

@pythonuz



tg-me.com/pythonuz/482
Create:
Last Update:

Ⓜ️ To'plam.

To'plam - takrorlanmaydigan va tartiblanmagan ma'lumotlar saqlaydigan ma'lumot turi.

To'plamdan takrorlanmaydigan ma'lumotlarni saqlash uchun foydalaniladi.

toplam = {'pythonuz', 'pythonuz', 1, 2, 1, 1}
print(toplam)
{'pythonuz', 2, 1}


Jingalak qavs yoki set() funksiyasi yordamida to'plamni tuzish mumkin.

literal = {'pythonuz', 'phpuz', 'mqluz'}
print(literal)
{'phpuz', 'pythonuz', 'mqluz'}


Bo'sh bo'lmagan to'plamni set funksiyasi yordamida tuzish tavsiya etilmaydi.
set_funksiyasi = set([1, 2, 3, 4, 'a', 'b'])
print(set_funksiyasi)
{1, 2, 3, 4, 'b', 'a'}

Warning: Function call can be replaced with set literal

Lu'gat va to'plam jingalak qavslar ichida joylashadi. Bo'sh to'plamni lug'atdan farqlash uchun set() funksiyasi yordamida tuzish tavsiya etiladi.
none = set()
print(none)
set()


To'plamda ro'yxat, to'plam yoki lug'at kabi o'zgaruvchan elementlar bo'lishi mumkin emas.

@pythonuz

BY Python dasturlash maktabi


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/pythonuz/482

View MORE
Open in Telegram


Python dasturlash maktabi Telegram | DID YOU KNOW?

Date: |

That strategy is the acquisition of a value-priced company by a growth company. Using the growth company's higher-priced stock for the acquisition can produce outsized revenue and earnings growth. Even better is the use of cash, particularly in a growth period when financial aggressiveness is accepted and even positively viewed.he key public rationale behind this strategy is synergy - the 1+1=3 view. In many cases, synergy does occur and is valuable. However, in other cases, particularly as the strategy gains popularity, it doesn't. Joining two different organizations, workforces and cultures is a challenge. Simply putting two separate organizations together necessarily creates disruptions and conflicts that can undermine both operations.

NEWS: Telegram supports Facetime video calls NOW!

Secure video calling is in high demand. As an alternative to Zoom, many people are using end-to-end encrypted apps such as WhatsApp, FaceTime or Signal to speak to friends and family face-to-face since coronavirus lockdowns started to take place across the world. There’s another option—secure communications app Telegram just added video calling to its feature set, available on both iOS and Android. The new feature is also super secure—like Signal and WhatsApp and unlike Zoom (yet), video calls will be end-to-end encrypted.

Python dasturlash maktabi from ca


Telegram Python dasturlash maktabi
FROM USA